home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Epic4_mos / share / epic / help / 1_general / nick < prev    next >
Encoding:
Text File  |  2002-10-28  |  1.3 KB  |  36 lines

  1. Synopsis:
  2.    nick [<new nickname>]
  3.  
  4. Description:
  5.    The NICK command allows you to change your current nickname to something
  6.    else.  If you choose a nickname that is already in use, you will receive
  7.    an error message to that effect, and your nickname will not be changed.
  8.    Nicknames are not case-sensitive.
  9.  
  10.    If you do not specify a new nickname, your current one is displayed.
  11.  
  12. Examples:
  13.    To change your nick to foobar:
  14.       /nick foobar
  15.  
  16.    To display your current nickname:
  17.       /nick
  18.  
  19. See Also:
  20.    on(5) channel_nick, nickname; set(4) auto_new_nick
  21.  
  22. Restrictions:
  23.    Nicknames on IRC are restricted to 9 characters in total length (except
  24.    on DALnet, where the limit is 30).  All nicknames must begin with a
  25.    letter, and then may be followed by any letter, number or any of the
  26.    following characters: - _ \ | [ ] { } ` ^
  27.  
  28. Other Notes:
  29.    The special allowance for 30-character nicknames requires the client
  30.    to be compiled with the #define "ALLOW_LONG_NICKNAMES" enabled.  This
  31.    is done by default, but if for some reason the person compiling the
  32.    client has disabled it, any attempts to use a nickname longer than 9
  33.    characters will be truncated to 9 characters.  This can be circumvented
  34.    by using the raw server NICK command: /quote nick <new nick> 
  35.  
  36.